]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/default/tags.twig
[add] create tags page
[github/wallabag/wallabag.git] / themes / default / tags.twig
CommitLineData
2e2ebe5e
NL
1{% extends "layout.twig" %}
2{% block title %}tags{% endblock %}
3{% block menu %}
4{% include '_menu.twig' %}
5{% endblock %}
6{% block content %}
7{% for tag in tags %}<a href="#">{{ tag.value }}</a> {% endfor %}
8{% endblock %}