]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/client.html.twig
Fix #1597: first draft to create new client for the API
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Developer / client.html.twig
1 {% extends "WallabagCoreBundle::layout.html.twig" %}
2
3 {% block title %}{% trans %}New client{% endtrans %}{% endblock %}
4
5 {% block content %}
6
7 Client ID: {{ client_id }}
8
9 {% endblock %}