next view and rendering it

This commit is contained in:
gw3000 2023-06-09 09:20:27 +02:00
parent 259c68692b
commit fef67254ee
5 changed files with 13 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{load static}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
@ -14,7 +14,7 @@
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
{% comment %} possible dynamic header {% endcomment %}
<title>{% block head_title %}lv&middot;rb{% endblock %}</title>
<title>{% block head_title %}Fallen Birdy{% endblock %}</title>
{% comment %} custom header {% endcomment %}
{% block header %} {% endblock header %}