{% block css %}{% endblock %} {% block js %}{% endblock %} {% block feeds %}{% endblock %} {% comment %} ###### FOR WIDTH TYPE-- fixed : fixed width, doesn't change with browser resize fluid : variable width, changes with browser resize You can move this to base template if you don't want to deal with it all time in flatpages templates {% endcomment %}
{% block masthead %} {% endblock %}
{% block primarynav %}
{% endblock %} {% comment %} not using this now {% endcomment %}
{% block pagetitle %}{% endblock %} {% block content %}{% endblock %}
{% block footer %} {% endblock %}