-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbase.html
More file actions
44 lines (13 loc) · 731 Bytes
/
base.html
File metadata and controls
44 lines (13 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{% extends "left_sidebar.html" %}
{% load staticfiles %}
{% block site_title %}Your App Name{% endblock site_title %}
{% block extra_head_bottom %}
<!-- <link href="{% static "base_theme/assets/styles.css" %}" rel="stylesheet" type="text/css"> -->
{% endblock extra_head_bottom %}
<!-- ==========================================================================
Include your custom blocks/html below:
========================================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
{% block extra_footer_js %}
<!-- <script src="{% static "base_theme/assets/scripts.js" %}"></script> -->
{% endblock extra_footer_js %}