{{post.title}}
{{ post.html|replace_code|fixlink|add_anchor }}
{% extends "layout.html" %}
{%- block title -%}{{config.package.name}} - {{post.title|cleanTitle}}{%- endblock -%}
{% block content %}
{{post.title}}
{{ post.html|replace_code|fixlink|add_anchor }}