Newer
Older
{% for src in js %}
<script type="text/javascript" src="{{ src }}"></script>
{% endfor %}
{% for src in css %}
<link type="text/css" rel="stylesheet" href="{{ src }}">
{% endfor %}
<link type="text/css" rel="stylesheet" href="{{ url_for( 'send_app_files', subpath = 'app.css' ) }}">
<script type="text/javascript">
baseurl = "{{ baseurl }}";
</script>
</head>
{% if account_type == 3 %}
{% include "navigations/submitter.html" %}
{% endif %}
{% if account_type == 1 %}
{% include "navigations/admin.html" %}
{% endif %}
<div class="icnml_content"></div>
<script type="text/javascript">
$( "#navloc" ).append(
$( "<span />" ).text( "Homepage" )