5 lines
135 B
Django/Jinja
5 lines
135 B
Django/Jinja
{% extends "base.avanterules" %}
|
|
{% block extra_prompt %}
|
|
Always reply to the user in the same language they are using.
|
|
{% endblock %}
|