aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
blob: 9e06005f45445028f10dc3e6d54420ad38ea7c2b (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "WallabagCoreBundle::layout.html.twig" %}

{% block title %}{% trans %}Developer{% endtrans %}{% endblock %}

{% block content %}

    <a href="{{ path('create_client') }}">Create a new client</a>

{% endblock %}