diff -r 84ee721af603 -r 37c39e71b944 src/iconolab_episteme/templates/iconolab_base.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/iconolab_episteme/templates/iconolab_base.html Tue Jul 03 18:04:14 2018 +0200 @@ -0,0 +1,8 @@ +{% extends "iconolab_base.html" %} + +{% load staticfiles %} + +{% block main_css %} + {{ block.super }} + +{% endblock %} \ No newline at end of file