Fixes in app
This commit is contained in:
parent
d325960160
commit
35fb71090e
2 changed files with 1 additions and 1 deletions
|
|
@ -1,16 +0,0 @@
|
|||
<div class="title">${title_page}</div>
|
||||
<div class="content">
|
||||
% for jtext in content_page['blocks']:
|
||||
|
||||
% if jtext['type']=='paragraph':
|
||||
|
||||
<p>${jtext['data']['text']|n}</p>
|
||||
|
||||
% elif jtext['type']=='image':
|
||||
|
||||
<p align="center"><img src="${jtext['data']['file']['url']}" style="width:50%;" title="${jtext['data']['caption']}" /><br /><strong>${jtext['data']['caption']|n}</strong></p>
|
||||
|
||||
% endif
|
||||
|
||||
% endfor
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue