mirror of
https://github.com/brmlab/brmbar.git
synced 2025-10-30 06:54:01 +01:00
5 lines
108 B
HTML
5 lines
108 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Welcome{% endblock %}
|
|
{% block content %}
|
|
welcome
|
|
{% endblock %}
|