{% extends "base.html" %} {% block og_meta %} {% match thumbnail %} {% when Some with (img) %} {% when None %} {% endmatch %} {% endblock %} {% block content %} {{title}} {{body|escape("none")}} {# footer #} {% endblock %}