diff options
author | Vitaly Takmazov | 2017-07-28 14:21:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-18 09:39:11 +0000 |
commit | f5a87d2b7072426cfe36527db1270e5f85b73e01 (patch) | |
tree | 66c2e2834b7bcd28a083e2239b23a7ee12ae06d9 /juick-www/src/main/webapp/WEB-INF/layouts | |
parent | 6110f14830a9345aeac7eccfe4919c109b4a6434 (diff) |
user thread is on pebble now
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/layouts')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 420d4e0c..c059678e 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -31,7 +31,8 @@ </head> <body id="body"> {% include "views/partial/navigation" %} -<section id="content"> +<section id="content" style="{{ contentStyle | default('') }}" + {% if msg | default('') is not empty %}data-mid="{{ msg.mid }}"{% endif %}> {% block content %} {% endblock %} </section> |