@extends(templates/layout_normal)
@section(main)
<h2>OAuth error</h2>
<div class="box compactBox">
<p class="error justify"><?= $error ?></p>
</div>
@endsection