{% extends "base.html" %} {% import "artinfo.html" as artinfo with context %} {% set title=article.title %} {% block content %}
{%- if article.source.meta.imported is defined %}
This article was imported from freenode's wordpress blog, and is likely out of date. It's preserved here in the interest of history, but please don't treat it as an authoritative source in any context.
{%- endif %}
{{ artinfo.info(article) }}
{{ article.render() }}
{{ artinfo.nav(article) }}
{% endblock content %}