{{ user.display_name }}
{% if bio_html %}{{ bio_html|safe }}
{% endif %}
{% extends "base.html" %}
{% block title %}{{ user.display_name }} – {{ site.title }}{% endblock %}
{% block og %}
{% if user.bio %}{% endif %}
{% endblock %}
{% block content %}
{{ user.display_name }}
{% if bio_html %}{{ bio_html|safe }}{% endif %}
Ingen innlegg ennå.
{% endif %} {% for post in posts %}