{% extends "articles/article.template.html" %}

{% block title -%}
I have used OAuth, and lived to tell the tale.
{%- endblock %}

{% block body -%}
{%- include "articles/oauth.article.html" -%}
{%- endblock %}