mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 14:23:09 +00:00
4 lines
128 B
HTML
4 lines
128 B
HTML
{% extends "fobi/_base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block site-title %}{% trans "Fobi example site" %}{% endblock site-title %}
|