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

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

目前是使用 Django 的初学者,寻求帮助以理解该项目的语法。参考下面的代码,括号两边的 % 是什么意思?

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

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

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

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