{% load static %}
{% block myBlockTitle %}LDV Specification{% endblock %}
{% block extra_js %}{% endblock %}
Specification Service
Home
{% if user.is_authenticated %}
Specification
{% endif %}
API
Admin Page
{% if user.is_authenticated %}
Logout ({{ user.get_username }})
{% endif %} {% if not user.is_authenticated %}
Login
{% endif %}
{% block myBlock %} {% endblock %}