samhuri.net/Tests/test-projects/in/templates/project.html

10 lines
184 B
HTML

<!doctype html>
<html>
<head>
<title>{{ site.title }}: {{ project.title }}</title>
</head>
<body>
<h1>{{ project.title }}</h1>
<h3>{{ project.description }}</h4>
</body>
</html>