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