@@ -3,9 +3,10 @@
|
||||
<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') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='themes/pink.css') }}">
|
||||
{% set themes = get_themes() %}
|
||||
{% for theme in themes %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='themes/'+theme) }}">
|
||||
{% endfor %}
|
||||
|
||||
|
||||
<div id="main">
|
||||
|
||||
Reference in New Issue
Block a user