Files
wallabag/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig

17 lines
503 B
Twig
Raw Normal View History

{% extends "WallabagCoreBundle::layout.html.twig" %}
{% block title %}{% trans %}import{% endtrans %}{% endblock %}
{% block content %}
<div class="row">
<div class="col s12">
<div class="card-panel settings">
{% trans %}Welcome on wallabag importer. Please select your previous service that you want to migrate.{% endtrans %}
<ul>
<li><a href="{{ path('pocket') }}">Pocket</a></li>
</ul>
</div>
</div>
</div>
{% endblock %}