Miscellaneous fixes and cleanups.

This commit is contained in:
Dave Page
2015-02-13 15:19:08 +00:00
parent b5abf2c640
commit e2832351ed
9 changed files with 41 additions and 43 deletions

View File

@@ -25,8 +25,7 @@
{% if stylesheets is defined %}
<!-- View specified stylesheets -->
{% for stylesheet in stylesheets %}
<link rel="stylesheet" href="{{ stylesheet }}">
{% endfor %}
<link rel="stylesheet" href="{{ stylesheet }}">{% endfor %}
{% endif %}
<!-- Base template scripts -->
@@ -41,8 +40,7 @@
{% if scripts is defined %}
<!-- View specified scripts -->
{% for script in scripts %}
<script src="{{ script }}"></script>
{% endfor %}
<script src="{{ script }}"></script>{% endfor %}
{% endif %}
</head>
<body>