diff options
Diffstat (limited to 'templates/stylewrap.html.j2')
-rw-r--r-- | templates/stylewrap.html.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/stylewrap.html.j2 b/templates/stylewrap.html.j2 new file mode 100644 index 0000000..a68f592 --- /dev/null +++ b/templates/stylewrap.html.j2 @@ -0,0 +1,5 @@ +<style> + {% block style %} + {% include "styles.css" %} + {% endblock %} +</style>
\ No newline at end of file |