themes properly implemented #1 - requires db init
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<title>{% block title %}{% endblock %} - Myriad</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='themes/default.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='themes/purple.css') }}">
|
||||
|
||||
|
||||
<div id="main">
|
||||
|
||||
@@ -40,13 +43,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
{% block header %}{% endblock %}
|
||||
{% for message in get_flashed_messages() %}
|
||||
<div class="flash">{{ message }}</div>
|
||||
{% endfor %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user