next view and rendering it
This commit is contained in:
parent
259c68692b
commit
fef67254ee
5 changed files with 13 additions and 8 deletions
|
@ -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·rb{% endblock %}</title>
|
||||
<title>{% block head_title %}Fallen Birdy{% endblock %}</title>
|
||||
|
||||
{% comment %} custom header {% endcomment %}
|
||||
{% block header %} {% endblock header %}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
footer
|
|
@ -0,0 +1 @@
|
|||
navbar
|
Loading…
Add table
Add a link
Reference in a new issue