{% extends "layout.html" %}
{% block title %}
<title>OAuth Callback - {{cfg("sr.ht", "site-name")}} meta</title>
{% endblock %}
{% block content %}
<div class="row">
<section class="col-md-6">
<h3>Sign In</h3>
<p>
Please copy and paste the following into the application.
</p>
<pre>{{ exchange_token }}</pre>
</section>
</div>
{% endblock %}