django-fobi/examples/simple/templates/home/bootstrap3.html
Artur Barseghyan f315c9bcc6 initial
2014-10-11 05:54:24 +02:00

2 lines
No EOL
160 B
HTML

{% extends "home/base.html" %}
{% block body-attrs %} class="fobi-home{% if fobi_theme %} theme {{ fobi_theme.html_class }}{% endif %}"{% endblock body-attrs %}