{% load base_taglib %} {% load sass_tags %} {% load static %} {%if is_development%} DEV: {%elif is_non_production%} STAGE: {%endif%} {% block title %}Portland State University{% endblock %} {%jquery%} {%bootstrap%} {%font_awesome version='4'%} {% wdt_stylesheet 'legacy.css' %} {% wdt_stylesheet 'main.css' %} {% wdt_stylesheet 'fonts.css' %} {% wdt_javascript "ajax.js" %} {% wdt_javascript 'utils.js' %} {% wdt_javascript 'flash-messages.js' %} {% wdt_javascript 'filter-generator.js' %} {% jquery_confirm %} {% if use_local_static %} {% else %} {% endif %} {% block head %}{% endblock %} {% block scripts %}{% endblock %} {% include '_components/header/grid.html' %} {%if 'downtime_messages'|feature:True%}{%downtime_messages%}{%endif%} {%if next_downtime%} {%if active_downtime%}
{%fa fa-exclamation-triangle%} This site currently undergoing scheduled maintenance. You may experience errors, and any changes you make may be lost. We recommend you check back later.
{%else%}
{%fa fa-clock-o%} This site will be going offline in {{next_downtime.minutes_until_start}} minutes.
{{next_downtime.reason}}
{%endif%} {%endif%} {% 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%}