GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • aprendizations
  • templates
  • comments-right.html
  • ed9d2f21   Reorganized projecto to be instalable with pip and npm. Browse Code »
    Miguel Barão
    2019-02-18 17:56:41 +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 %}