mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
allow app- and page-specific head and javascript files
This commit is contained in:
parent
d73c996547
commit
8e2036928d
@ -47,7 +47,8 @@
|
|||||||
<!-- 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 app_head %}<!-- include app/module-specific static files here -->{% endblock %}
|
{% block app_head %}<!-- placeholder for app/module-specific head files -->{% endblock %}
|
||||||
|
{% block page_head %}<!-- placeholder for page-specific head files -->{% 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]-->
|
||||||
@ -170,5 +171,7 @@
|
|||||||
{% block js_block %}
|
{% block js_block %}
|
||||||
{{ js|safe }}
|
{{ js|safe }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
|
||||||
|
{% block page_js %}<!-- placeholder for page-specific js files -->{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user