django-fobi/examples/simple/templates/home/bootstrap3.html

2 lines
160 B
HTML
Raw Normal View History

2014-10-11 03:54:24 +00:00
{% extends "home/base.html" %}
{% block body-attrs %} class="fobi-home{% if fobi_theme %} theme {{ fobi_theme.html_class }}{% endif %}"{% endblock body-attrs %}