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