src/iconolab_episteme/templates/iconolab_base.html
changeset 15 37c39e71b944
--- /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 }}
+    <link rel="stylesheet" href="{% static 'iconolab_episteme/css/iconolab_episteme.css' %}">
+{% endblock %}
\ No newline at end of file