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>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<!-- css -->
|
<!-- css -->
|
||||||
{% block extra_css %}{% endblock %}
|
<link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.css" />
|
||||||
|
{% block head_css %}{% endblock %}
|
||||||
<!-- js -->
|
<!-- js -->
|
||||||
{% block head_js %}{% endblock %}
|
{% block head_js %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="container-fluid">
|
||||||
|
{% block body %}{% endblock %}
|
||||||
|
</div>
|
||||||
{% block body_js %}{% endblock %}
|
{% block body_js %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue