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