{{ article.title }}
{% set embed = article.youtube_url | youtube_embed %} {% if embed %}
{{ (article.content | render_embeds) | safe }}
{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}