在这种情况下,模数 (%) 是什么意思?

What does the modulus (%) mean in this context?

目前是使用 Jinja 的初学者,寻求帮助以理解该项目的语法。参考下面的代码,括号两边的 % 是什么意思?为了提供有关以下代码功能的上下文,它显示了一个搜索表单并单击以调用 link。

我知道它包括该文件中的 html,只是想了解语法。

<div class="ribbon-content">
   {% include 'cms/plugins/getcare/search_form.html' %}
   {% include "includes/call_pp.html" %}
</div>

{% %} 只是在使用 jinja2 时保持逻辑的语言语法。

I.E {% 在此处插入逻辑 %}