diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 08:55:33 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 08:57:40 +0300 |
| commit | 14958653b9bf92f56316511e8080baeeaf409b97 (patch) | |
| tree | 65503639105fa6074bcbeb11164cc82a70828c4e /templates/blog-post.html | |
Basic structure and initial homepage
Diffstat (limited to 'templates/blog-post.html')
| -rw-r--r-- | templates/blog-post.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/blog-post.html b/templates/blog-post.html new file mode 100644 index 0000000..7a24d02 --- /dev/null +++ b/templates/blog-post.html @@ -0,0 +1,6 @@ +{% extends 'base.html' %} + +{% block body %} +<h1>{{ title }}</h1> +{{ html|safe }} +{% endblock %} |
