<!DOCTYPE html>
|
|
<html>
|
|
<title>{{title}} - {{author}}</title>
|
|
<body>
|
|
<h1>Project individual page</h1>
|
|
<h2>{{title}}</h2>
|
|
<p>{{author}}</p>
|
|
<p>{{description}}</p>
|
|
</body>
|
|
|
|
</html>
|