deploy: ebd4cc0010
This commit is contained in:
18
node_modules/shiki/samples/twig.sample
generated
vendored
18
node_modules/shiki/samples/twig.sample
generated
vendored
@@ -1,18 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My Webpage</title>
|
||||
</head>
|
||||
<body>
|
||||
<ul id="navigation">
|
||||
{% for item in navigation %}
|
||||
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h1>My Webpage</h1>
|
||||
{{ a_variable }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{# From https://twig.symfony.com/doc/3.x/templates.html #}
|
||||
Reference in New Issue
Block a user