{% load base_taglib %} {% load sass_tags %} {% load static %} {% block title %}Portland State University{% endblock %} {%jquery%} {%bootstrap%} {%font_awesome version='4'%} {% wdt_stylesheet 'legacy.css' %} {% wdt_javascript "ajax.js" %} {% wdt_javascript 'utils.js' %} {# I gave up on trying to get static content to work in AWS. #} {# It works for local development though, and is more convenient. #} {%if_development%} {%end_if_development%} {%if_not_development%} {%end_if_not_development%} {% wdt_javascript 'flash-messages.js' %} {% wdt_javascript 'filter-generator.js' %} {% block head %}{% endblock %} {% block scripts %}{% endblock %} {% include '_components/header/grid.html' %} {%if_feature_enabled downtime_messages%}{%downtime_messages%}{%end_if_feature_enabled%} {% include '_components/message_container.html' %}
{% block pagecontent %}
Put your content here...

{% endblock %}
{% include '_components/footer.html' %} {# Set the color of the PSU logo #} {% if modify_logo %} {%endif%} {## Run AdminScripts if enabled ##} {%admin_script%}