{{post.title}}
{{ post.html|replace_code|replace_css }}
{% extends "layout.html" %}
{%- block title -%}{{config.package.family}}/{{config.package.name}} - {{post.title}}{%- endblock -%}
{% block content %}
{{post.title}}
{{ post.html|replace_code|replace_css }}