{% extends "admin/base.html" %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
{% if post.draft %}utkast URL: /{{ post.url_path }} (følger tittelen) {% else %}Publisert på /{{ post.url_path }}{% endif %}

{% if post.draft %} {% else %} {% endif %}
{% if post.images %}
Bilder i dette innlegget ({{ post.images|length }})
{% endif %}
{% endblock %}