Skip to content
Snippets Groups Projects
Commit 71525fc6 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by Julian
Browse files

Render footer menu in vuetify

parent 8f987062
No related branches found
No related tags found
2 merge requests!1046Draft: Resolve "[3.0] Meta-issue for GraphQL back-end and Vue.js frontend",!1045Introduce Vuetify and GraphQL
{# -*- engine:django -*- #}
{% for item in FOOTER_MENU.items.all %}
<v-btn text href="{{ item.url }}">
{% if item.icon %}
<v-icon>mdi-{{ item.icon }}</v-icon>
{% endif %}
{{ item.name }}
</v-btn>
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment