src/iconolab_episteme/templates/iconolab_base.html
author ymh <ymh.work@gmail.com>
Wed, 18 Jul 2018 18:18:27 +0200
changeset 22 0a3945cad5ce
parent 15 37c39e71b944
permissions -rw-r--r--
integrate ionolab new version
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 %}