{% load static %}
{% block myBlockTitle %}LDV Specification{% endblock %}
{% block extra_js %}{% endblock %}
Specification Service
Home
LOFAR Data
{% if user.is_authenticated %}
Logout {{ user.get_username }}
{% endif %} {% if not user.is_authenticated %}
Login
{% endif %}
{% block myBlock %} {% endblock %}