You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
231 B
15 lines
231 B
1 year ago
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang='en'>
|
||
|
<head>
|
||
|
<meta charset='utf-8' />
|
||
|
<title>Title von templates/index.html</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<p>
|
||
1 year ago
|
Hier steht der <strong>Text der Seite <em>{{counter}}</em></strong>
|
||
1 year ago
|
</p>
|
||
|
</body>
|
||
1 year ago
|
</html>
|