{% extends "base.html" %}
{% block content %}
{% if title %}
{{ title }}
{% endif %}
{% for post in posts %}
{% with content = post.content.split('')[0]|safe %}
{% with metadata = post.metadata %}
{% include "post_content.html" %}
{% if '' in post.content %}