GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • templates
  • comments-right.html
  • 9f52cf60   - changes in the interface. ... Browse Code »
    - using material theme for bootstrap.
    Miguel Barão
    2018-12-18 23:11:06 +0000  
comments-right.html 110 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
{% autoescape %}

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