chore: debug
This commit is contained in:
parent
4f238dbb5f
commit
4a621bc6fe
7 changed files with 271 additions and 21 deletions
|
@ -42,5 +42,5 @@ schema: movie
|
|||
{{ movie.review | markdown }}
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% if movie.description %}<em>{{ movie.description }}</em>{% endif %}
|
||||
{% if movie.description %}{{ movie.description | markdown }}{% endif %}
|
||||
</article>
|
Reference in a new issue