合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# `block` When a template uses inheritance and if you want to print a block multipletimes, use the `block` function: <table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1 2 3 4 5</pre></div></td><td class="code"><div class="highlight"><pre>&lt;title&gt;{% block title %}{% endblock %}&lt;/title&gt; &lt;h1&gt;{{ block('title') }}&lt;/h1&gt; {% block body %}{% endblock %} </pre></div></td></tr></table> See also [*extends*](#), [*parent*](#)