{% extends "normal.html" %} {% block title %}{{ article.title }} {% endblock title %} {% block metatags %} {% autoescape true %} {% endautoescape %} {% endblock metatags %} {% block content %} {% with type='single' %} {% include "components/card_content.html" %} {% endwith %} {% endblock %}