GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • templates
  • comments.html
  • 51627bcc   - changed some looks and updated to fontawesome-5.6.1 ... Browse Code »
    - removed commeted code
    Miguel Barão
    2018-12-17 17:37:01 +0000  
comments.html 109 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
{% autoescape %}

{% if comments %}
<div class="alert alert-danger">
    {{ md(comments) }}
</div>
{% end %}