{% extends "posts/show/question.html" %} {% load static %} {% load posts %} {% load text_filters %} {# this type in inherited from "question" #} {% block post_title %} {% link_icon post %} →

{{ post.title | rutypography }}

{% endblock %} {% block post_text %}
{% if post.metadata %} {% link_summary post %} {% else %} → {{ post.url }} {% endif %} {% render_post post %}
{% endblock %}