comments_helper_muut.tmpl 351 B

12345678910111213
  1. ## -*- coding: utf-8 -*-
  2. <%def name="comment_form(url, title, identifier)">
  3. <a class="muut" href="https://muut.com/i/${comment_system_id}/${identifier}">${comment_system_id} forums</a>
  4. </%def>
  5. <%def name="comment_link(link, identifier)">
  6. </%def>
  7. <%def name="comment_link_script()">
  8. <script src="//cdn.muut.com/1/moot.min.js"></script>
  9. </%def>