view sat_templates/templates/default/forum/view.html @ 273:a617d37a52e5

bulma (invitation): template for new item
author Goffi <goffi@goffi.org>
date Fri, 14 Aug 2020 08:46:59 +0200
parents 178f55b825b7
children
line wrap: on
line source

{% if not embedded %}{% extends 'base/base.html' %}{% endif %}
{% set dates_format='relative' if single else 'short' %}
{% import 'blog/macros.html' as blog with context %}
{% import 'input/textbox.html' as textbox with context %}
{% import 'input/navigation.html' as navigation with context %}

{% block body %}
{{ icon_defs('angle-double-left', 'angle-double-right') }}

<div id="blog_items">
    {{ blog.show_items(items, expanded=true) }}
</div>
<div class="forum_topic_answer">
    {{- textbox.comment_or_login(service=service, node=node, placeholder=_("Enter your message here")) -}}
</div>

{{ navigation.prev_next(_("newer articles"), _("older articles")) }}
{% endblock body %}