{% extends "layout.html" %}
{% block title %}
<title>Authorization error - {{cfg("sr.ht", "site-name")}} meta</title>
{% endblock %}
{% block content %}
<div class="row">
<section class="col-md-6">
<h3>An error occured</h3>
<p>
An error occurred processing a request to authorize third party access to
your account. This is generally not a problem with
{{cfg("sr.ht", "site-name")}}, but with the application.
</p>
<p class="text-muted">{{ details }}</p>
</section>
</div>
{% endblock %}