{% block styles %}
{% endblock %} {% block scripts %} {% endblock %}
clktc
Home
{% if not user.is_anonymous %}
My Links
Add Link
{% endif %}
{% if user.is_anonymous %}
{% csrf_token %}
Sign in
{% else %}
Logout
{% endif %}
{% block title %} Page Name {% endblock %}
{% block subtitle %}Supporting text or tagline{% endblock %}
{% block content %} {% endblock %}