diff options
author | Pjotr Prins | 2020-05-27 07:50:06 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-27 07:50:06 -0500 |
commit | a40bafa5d568cd8bb1f07dd79ec0c0bafa898874 (patch) | |
tree | 3c4fe3759f7fd8926c729e1cdfaf46afe0fb8032 /bh20simplewebuploader/templates/blog.html | |
parent | e5f0990f97b8316ea618f0831b6858dde92afaed (diff) | |
download | bh20-seq-resource-a40bafa5d568cd8bb1f07dd79ec0c0bafa898874.tar.gz bh20-seq-resource-a40bafa5d568cd8bb1f07dd79ec0c0bafa898874.tar.lz bh20-seq-resource-a40bafa5d568cd8bb1f07dd79ec0c0bafa898874.zip |
DRY Blurb added
Diffstat (limited to 'bh20simplewebuploader/templates/blog.html')
-rw-r--r-- | bh20simplewebuploader/templates/blog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 3069dd3..8cb6ce0 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -4,6 +4,7 @@ <body> {% include 'banner.html' %} {% include 'menu.html' %} + {% include 'blurb.html' %} {% if embed %} {{ embed|safe }} |