{% extends "base.html" %} {% block meta_header %}{% if article and article.meta %} {% endif %}{% endblock %} {% block title %}{% if article %}{{ article.title }} - {% endif %}{% endblock %} {% block css %}{% if article and article.slug == "maps-django-web-applications-projects-mapbox" %} {% endif %}{% endblock %} {% block content %} {% if article %}

{{ article.title }}

{% if article.modified != article.date %} Post updated by {% if article.author == "Matt Makai" %}Matt Makai{% else %}{{ article.author }}{% endif %} on {{ article.modified.strftime('%B %d, %Y') }}. Originally posted on {{ article.date.strftime('%B %d, %Y') }}. {% else %} Posted by {% if article.author == "Matt Makai" %}Matt Makai{% else %}{{ article.author }}{% endif %} on {{ article.date.strftime('%B %d, %Y') }}. {% endif %}
{% if article.category == "talk" %}
{% else %}
{% endif %} {{ article.content }} {% endif %}
{% if article.category == "talk" %} {% else %}
{% include "article-sidebar.html" %}
{% endif %}
{% endblock %}