0ab10cc0f6d74c3aa737aedc6f501f26dd427814
[myslice.git] / forge / templates / labDetails.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4                 <meta charset="utf-8"/>
5                 <title>Details of lab {{ lab.title }}</title>
6         </head>
7         <body>
8                 <h1>{{ lab.title }}</h1>
9                 <h2>{{ lab.author }}</h2>
10                 <p><a href="{{ lab.subject.url }}">Subject</a></p>
11                 <p><a href="{{ lab.configurationFile.url }}">Configuration File</a><p>
12                 <p><a href="{{ lab.linkFile.url }}">{{ lab.linkFile.name }}</a></p>
13         </body>
14 </html>