2017-09-29 16:19:31 +02:00
|
|
|
| {% import 'nodes/custom/blog/_macros.html' as blogmacros %}
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-02-08 18:10:05 +01:00
|
|
|
#blog_container(class="{% if project and project._id == config.MAIN_PROJECT_ID %}cloud-blog{% endif %}")
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2017-10-25 15:48:30 +02:00
|
|
|
#blog_index-container.expand-image-links
|
|
|
|
.blog-action
|
|
|
|
| {% if node.has_method('PUT') %}
|
2018-08-31 19:31:36 +02:00
|
|
|
a.btn.btn-outline-secondary.button-edit(href="{{url_for('nodes.edit', node_id=node._id)}}")
|
2017-10-25 15:48:30 +02:00
|
|
|
i.pi-edit
|
|
|
|
| Edit Post
|
|
|
|
| {% endif %}
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2018-04-16 14:33:38 +02:00
|
|
|
| {{ blogmacros.render_blog_post(node, project=project) }}
|
2017-01-20 13:13:11 +01:00
|
|
|
|
2017-02-08 18:10:05 +01:00
|
|
|
#comments-embed
|
2017-09-30 23:21:54 +02:00
|
|
|
.comments-list-loading
|
2017-02-08 18:10:05 +01:00
|
|
|
i.pi-spin
|
2017-01-20 13:13:11 +01:00
|
|
|
|
2017-02-08 18:10:05 +01:00
|
|
|
include ../_scripts
|