import templates from bottle and django. Use bootstrap for HTML content
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{% extends "shared/base.html" %}
|
||||
|
||||
|
||||
{% block title %}
|
||||
<title>Kontor</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% with msg=msg %}
|
||||
{% include "components/alerts.html" %}
|
||||
{% endwith %}
|
||||
<div class="container">
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user