X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=karmaworld%2Ftemplates%2Fbase.html;h=9950adbb1f4c68283f58f64320c8c8e4c0f08831;hb=38ed5f2b6b14fbb47c66fdafc134a9fe7b49fdf3;hp=b3fcf3086c1787ca7fd0062b80473c7b21be7ec4;hpb=a659b7a3a411dbb542b46316d004d39626721ec7;p=oweals%2Fkarmaworld.git diff --git a/karmaworld/templates/base.html b/karmaworld/templates/base.html index b3fcf30..9950adb 100644 --- a/karmaworld/templates/base.html +++ b/karmaworld/templates/base.html @@ -1,67 +1,72 @@ {% load url from future %} +{% load compress %} - + - KarmaNotes -- {% block title %}{% endblock %} + + KarmaNotes -- {% block title %}{% endblock %}{% block head_title %}{% endblock %} - - - - - - - - - - - - - {% block pagescripts %} - {% endblock %} - + + {% compress css %} + + + + + + + {% endcompress %} + {% compress js %} + + {% endcompress %} {% block pagestyle %} {% endblock %} - + {% include 'partial/trackers.html' %} - -{% include 'header.html' %} - - -{% block content %} -{% endblock %} - + + {% include 'header.html' %} + + + + {% block raw_content %} + {% endblock %} + - -{% block lightboxen %} -{% endblock %} - + + {% include 'footer.html' %} + - -{% include 'footer.html' %} - + {% compress js %} + + + + + + + + + + {% endcompress %} + + + + + {% block pagescripts %} + {% endblock %} +