{% translate "This website uses a custom markup syntax powered by TinyMiku, our intelligent comment editor. As you type, the editor will automatically suggest available formatting options to help you create rich, expressive comments." %}
{% blocktranslate %}All programming languages are supported. Use the format: lang-[language]. Examples include python, javascript, java, cpp, go, rust and many others.{% endblocktranslate %}
{% translate "Links & URLs" %}
{% translate "URLs are automatically converted to clickable links. Just paste any valid web address and it will become interactive." %}
{% for comment in post.comments.all %}
{% if not comment.parent %}
{% include "weblog/_partials/post_comments.html" with comment=comment %}
{% endif %}
{% endfor %}
{% if post.comments.all|length == 0 %}
{% translate "Comments" %}
{% translate "No comments yet." %}
{% endif %}{% translate "Leave a Comment" %}
{% if user.is_authenticated %}{% translate "Please log in to comment." %}
{% endif %}