]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.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 / index.html.twig
CommitLineData
24152cdb
NL
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
3{% block title %}{% trans %}Developer{% endtrans %}{% endblock %}
4
5{% block content %}
6
7 <a href="{{ path('create_client') }}">Create a new client</a>
8
9{% endblock %}