diff options
Diffstat (limited to 'templates/blocks/html.html')
-rw-r--r-- | templates/blocks/html.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/blocks/html.html b/templates/blocks/html.html new file mode 100644 index 0000000..40cee00 --- /dev/null +++ b/templates/blocks/html.html @@ -0,0 +1,3 @@ +<div class="html"> + {{this.html}} +</div> |