Fork me on GitHub
#luminus
<
2017-03-07
>
jumar06:03:21

Hi, I tried to use comment in my html template file but I'm getting the issue "Exception No closing tag found for :comment selmer.parser/tag-content (parser.clj:189)" Here's the relevant part of template:

{% comment %}
{% extends "base.html" %}
{% block content %}
<div class="row">
  <div class="col-sm-12">
    {{docs|markdown}}
  </div>
</div>
{% endblock %}
{% endcomment %}

jumar06:03:46

Sorry, should mention that it's related to Selmer templating library.