{% set template_css = '../../css/templates/blog-post.css' %} {% extends './layouts/base-blog.html' %} {% block body %} {# Blog post wrapper #}
{# Blog post #}
All posts

{{ content.name }}

{{ content.post_body }}
{% module 'social_sharing' path='../modules/social-sharing', styles={ 'spacing': { 'spacing': { 'margin': { 'bottom': { 'value': 22, 'units': 'px' } } } } } %}
{# Related posts #}
{% module 'related_posts' path='../modules/related-posts' %}
{% endblock body %}