{% extends "templates/web.html" %} {% block meta_block %} {% include "templates/includes/meta_block.html" %} {% endblock %} {% block page_content %}
{{ _('Blog') }} / {{ category.title }}

{{ title }}

{{ blog_intro }}

{%- if read_time -%}  · {{ read_time }} min read {%- endif -%}

{{ content }}
{%- if enable_cta -%} {{ web_blocks([ { 'template': "Section With Small CTA", 'values': cta, 'add_container': 0, 'add_top_padding': 0, 'add_bottom_padding': 0, 'css_class': "my-5" } ]) }} {%- endif -%} {% if blogger_info %}
{% include "templates/includes/blog/blogger.html" %} {% endif %} {% if not disable_comments %}
{% include 'templates/includes/comments/comments.html' %}
{% endif %}
{% endblock %}