fix(daily-email): add markdown styling

This commit is contained in:
Oliver Davies 2022-08-13 00:03:54 +01:00
parent 3ed5074409
commit 92293bb916

View file

@ -1 +1,8 @@
{% extends "default" %}
{% block content_wrapper %}
<div class="markdown">
{% block content %}{% endblock %}
</div>
{% endblock %}