{% extends "layout.html" %} {% load staticfiles %} {% block content %}
{% if user.is_authenticated %} {% include 'account/sub_nav.html' %} {% endif %}
{% endblock %}