mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-08 08:26:46 +00:00
Update extends.rst
This commit is contained in:
committed by
Fabien Potencier
parent
2d741f9a16
commit
5b63d90bfb
@@ -23,12 +23,12 @@ skeleton document:
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">{% block content %}{% endblock %}</div>
|
||||
<div id="footer">
|
||||
<main id="content">{% block content %}{% endblock %}</main>
|
||||
<footer id="footer">
|
||||
{% block footer %}
|
||||
© Copyright 2011 by <a href="https://example.com/">you</a>.
|
||||
{% endblock %}
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user