diff --git a/templates/snippets/q-card-text.html b/templates/snippets/q-card-text.html index 7a76672..e0b7945 100644 --- a/templates/snippets/q-card-text.html +++ b/templates/snippets/q-card-text.html @@ -1,4 +1,4 @@ -
+
{% if question.cw %}

{{ question.cw }}

@@ -9,8 +9,6 @@ ({{ len(question.content) }} characters) {% else %} -
- {{ question.content | render_markdown }} -
+ {{ question.content | render_markdown }} {% endif %} -
\ No newline at end of file +