base template working

This commit is contained in:
pstruebi
2022-06-12 14:18:41 +02:00
parent 171f6dfa36
commit 8e9fde5862
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
{% extends 'base.html' %}
{% block content %}
<h1>{% block title %} Welcome {% endblock %}</h1>
@@ -5,7 +6,7 @@
<a>
<h2>{{ event['subject'] }}</h2>
</a>
<span class="badge badge-primary">{{ event["subject"] }}</span>
<span class="badge badge-primary">{{ event["start"] }}</span>
<a>
<span class="badge badge-warning">Edit</span>