6 lines
170 B
HTML
6 lines
170 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block disqus %}
|
||
|
<!-- Add custom comment system integration here -->
|
||
|
{% include "partials/integrations/utterances.html" %}
|
||
|
{% endblock %}
|