{% if post.tags %}
{% endif %}
{{ post.body | safe }}
{% include "partials/image-carousel.html" %}
{% extends "post.html" %} {% block page_title %} {{ config.title | default("bckt") }} {% endblock page_title %} {% block page_meta %} {% set canonical = base_url ~ post.permalink %} {% set post_description = post.abstract | default(post.excerpt) | trim %} {% endblock page_meta %} {% block content %}