mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-27 13:33:59 +00:00
2 lines
160 B
HTML
2 lines
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 %}
|