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