{% from "util.html" import render_message %}
Slack Export - {{ workspace_name }}
Export of Slack Workspace "{{workspace_name}}"
Generated from file:
{{source_file}}
Generated on:
{{generated_on.strftime("%F %H:%M:%S")}}
{% for channel in channels %}
Messages in #{{channel.channel_name}}
{% for message in channel.messages %} {{render_message(message)}} {% endfor %}
{% endfor %}