Add basic template.

This commit is contained in:
2016-08-24 12:18:33 +02:00
parent ad36a90dba
commit 4ee968df66
4 changed files with 95 additions and 0 deletions

4
template/section.html Normal file
View File

@@ -0,0 +1,4 @@
<div class="video-section">
<h2><a href="{link}">{title}</a></h2>
<a href="{link}"><img src="{thumbnail}" alt="Thumbnail"></a>
</div>