mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
templates: allow adding module/app specific static files when extending base.html
This commit is contained in:
parent
57ba43cfc9
commit
219109511f
@ -47,6 +47,7 @@
|
|||||||
<!-- CSS from previous Plinth template, not sure what to keep yet -->
|
<!-- CSS from previous Plinth template, not sure what to keep yet -->
|
||||||
{{ css|safe }}
|
{{ css|safe }}
|
||||||
<!-- End Plinth CSS -->
|
<!-- End Plinth CSS -->
|
||||||
|
{% block head_extra %}<!-- put module-specific headers here -->{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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]-->
|
<!--[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]-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user