diff options
Diffstat (limited to 'bootlex/templates/page.html')
-rw-r--r-- | bootlex/templates/page.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootlex/templates/page.html b/bootlex/templates/page.html new file mode 100644 index 0000000..6308d58 --- /dev/null +++ b/bootlex/templates/page.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{%endblock%} +{% block content %} + <h1>{{ page.title }}</h1> + {{ page.content }} +{% endblock %} |