{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ article.title }}

{% set embed = article.youtube_url | youtube_embed %} {% if embed %}
{% endif %}
{{ (article.content | render_embeds) | safe }}
{% endblock %}