forked from reudnetz/website
change inheritance to simplify things; also remove the sexy nerd sentence.
This commit is contained in:
parent
b474c68a5f
commit
4ceb340595
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>{{ page.title }} - {{ config.title }}</title>
|
||||
{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue