src/iconolab_episteme/templates/iconolab_base.html
author ymh <ymh.work@gmail.com>
Thu, 02 Aug 2018 16:24:30 +0200
changeset 35 7fa549d6fc45
parent 15 37c39e71b944
permissions -rw-r--r--
Added tag 0.3.6 for changeset 7aa2d3d62723
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{% extends "iconolab_base.html" %}
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
{% load staticfiles %}
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
{% block main_css %}
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    {{ block.super }}
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    <link rel="stylesheet" href="{% static 'iconolab_episteme/css/iconolab_episteme.css' %}">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
{% endblock %}