Upload Testproject
This commit is contained in:
6
Podcast/templates/page.html
Normal file
6
Podcast/templates/page.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block body %}
|
||||
<h2>{{ this.title }}</h2>
|
||||
{{ this.body }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user