Skip to content

Commit

Permalink
add default template
Browse files Browse the repository at this point in the history
  • Loading branch information
korthjp17 committed Oct 9, 2018
1 parent 56de8a8 commit 3fec15f
Showing 1 changed file with 8 additions and 0 deletions.
@@ -0,0 +1,8 @@
<% if $Title && $ShowTitle %><h2 class="element__title">$Title</h2><% end_if %>
<% if $Content %><div class="element__content">$Content</div><% end_if %>

<% if $Files %>
<% loop $Files %>
<p><a href="$File.URL">$File.Title<br /><span>$File.Size $File.Extension.UpperCase</span></a></p>
<% end_loop %>
<% end_if %>

0 comments on commit 3fec15f

Please sign in to comment.