aboutsummaryrefslogtreecommitdiffstats
path: root/basic/templates/base.html
blob: 805553006a3d338ec157dcb1becc57a9829cadb1 (plain)
1
2
3
4
5
6
{% extends "!simple/base.html" %}

{% block head %}
{{ super() }}
       <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css" />
{% endblock %}