{% extends "base.html" %} {% from 'partials/_buttons.html' import button %} {% block title %}{{ page_title }} - MTG Deckbuilder{% endblock %} {% block content %}

{{ guide_title }}

{% if guide_description %}

{{ guide_description }}

{% endif %}
{{ html_content | safe }}
{% endblock %}