mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 17:22:09 +00:00
10 lines
261 B
HTML
10 lines
261 B
HTML
{% extends "admin/base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{{ title }} | {% trans 'boost.org admin' %}{% endblock %}
|
|
|
|
{% block branding %}
|
|
<h1 id="site-name">{% trans 'boost.org administration' %}</h1>
|
|
{% endblock %}
|
|
|
|
{% block nav-global %}{% endblock %} |