Bootstrap in base template
This commit is contained in:
parent
baebb2de51
commit
83b799d8b9
1 changed files with 5 additions and 2 deletions
|
@ -4,12 +4,15 @@
|
|||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<!-- css -->
|
||||
{% block extra_css %}{% endblock %}
|
||||
<link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.css" />
|
||||
{% block head_css %}{% endblock %}
|
||||
<!-- js -->
|
||||
{% block head_js %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container-fluid">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
{% block body_js %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue