{% extends "interior.html" %} {% block title %}Link: {{ object.name }}{% endblock title %} {% block content %}
{{ object.content|safe }}
{% if object.source_name and object.source_url %}– Via {{ object.source_name }}
{% elif object.source_name %}– Via {{ object.source_name }}
{% elif object.source_url %}– Via
{% endif %} {% if object.private %}PRIVATE
{% endif %}# {% if object.published_at %}| {{ object.published_at|date:"SHORT_DATETIME_FORMAT" }}{% endif %}