{% extends '../layouts/base.html' %} {% block body %}

{{ content.name }}

{% rich_text "intro" label="Post Introduction" html='No quod sanctus instructior ius, et intellegam interesset duo. Vix cu nibh gubergren dissentias. His velit veniam habemus ne. No doctus neglegentur vituperatoribus est, qui ad ipsum oratio. Ei duo dicant facilisi, qui at harum democritum consetetur.', no_wrapper=True %}
{{ content.featured_image_alt_text }}
{% module "blog-share" path='../../modules/Social', label="Atomic Social 01", no_wrapper=true %}
{{ content.post_body }}
{% if content.tag_list %} {% endif %}
{% if group.allow_comments %}

Leave a Comment

{% module "blog_comments" path="@hubspot/blog_comments", label="Blog Comments" %}
{% endif %} {# This macro is used to format each recent post card and gets passed to the 'related_blog_posts' tag below #} {% macro recent_post(post) %}

{{ post.title }}

{% endmacro %}

Related Posts

{% related_blog_posts limit=3, post_formatter="recent_post", no_wrapper=True %}
{% endblock body %}