This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
gitgod
/
PHP
Sledovat
5
Oblíbit
4
Rozštěpit
3
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
915cdff855
Větve
Značky
master
PHP
/
TemplateEngine
/
templates
/
index.tpl
index.tpl
93 B
Historie
Surový
1
2
3
4
5
<html>
{% for oneUrl in url %}
<a href="{{ oneUrl }}"> {{ oneUrl }}</a>
{% endfor %}
</html>