templates: allow adding module/app specific static files when extending base.html

This commit is contained in:
fonfon 2014-07-30 15:16:28 +03:00
parent 57ba43cfc9
commit 219109511f

View File

@ -47,6 +47,7 @@
<!-- CSS from previous Plinth template, not sure what to keep yet -->
{{ css|safe }}
<!-- End Plinth CSS -->
{% block head_extra %}<!-- put module-specific headers here -->{% endblock %}
</head>
<body>
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://mozilla.org/firefox">Upgrade to a modern version of Firefox</a> to experience this site.</p><![endif]-->