{# FIXME: Q&D way to add a CSS from node_modules, it should be imported directly with the python module #}
{{ css_files.append(build_path+"node_modules/swiper/swiper-bundle.min.css") or "" }}
{% set loading_screen = true %}
{% extends 'base/base.html' %}
{% import 'components/avatar.html' as avatar with context %}
{% import 'input/textbox.html' as textbox with context %}
{% import 'blog/macros.html' as blog with context %}
{% block body %}
{{ icon_defs('comment-empty', 'trash-empty', 'picture') }}
{% if directory_affiliation == 'owner' %}