mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
5 lines
104 B
HTML
5 lines
104 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Admin{% endblock %}
|
|
{% block content %}
|
|
admin
|
|
{% endblock %}
|