Files
pillar/src/templates/nodes/custom/post/view_embed.pug

20 lines
547 B
Plaintext
Raw Normal View History

| {% import 'nodes/custom/blog/_macros.html' as blogmacros %}
#blog_container(class="{% if project and project._id == config.MAIN_PROJECT_ID %}cloud-blog{% endif %}")
#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)}}")
i.pi-edit
| Edit Post
| {% endif %}
| {{ blogmacros.render_blog_post(node, project=project) }}
#comments-embed
.comments-list-loading
i.pi-spin
include ../_scripts