aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig
blob: 42566a0587de121888cdc6bca16d4d5ed5c703fa (plain) (blame)
1
2
3
4
5
6
7
{% extends "WallabagCoreBundle::layout.html.twig" %}

{% block title %}{{ 'developer.client.page_title'|trans }}{% endblock %}

{% block content %}
{% include "FOSOAuthServerBundle:Authorize:authorize_content.html.twig" %}
{% endblock content %}