{% extends "base.html" %} {% block title %}Arch Linux - News: {{ news.title }}{% endblock %} {% block content %}

{{ news.title }}

{% if perms.news.change_news %} {% endif %}

{{ news.postdate|date }} - {{ news.author.get_full_name }}

{{ news.html }}
{% endblock %}