src/iconolab_episteme/templates/iconolab_base.html
author ymh <ymh.work@gmail.com>
Tue, 03 Jul 2018 18:04:14 +0200
changeset 15 37c39e71b944
permissions -rw-r--r--
Add the ANR logo + better use a css file instead of style attribute

{% extends "iconolab_base.html" %}

{% load staticfiles %}

{% block main_css %}
    {{ block.super }}
    <link rel="stylesheet" href="{% static 'iconolab_episteme/css/iconolab_episteme.css' %}">
{% endblock %}