feature(html) html -> tmpl: 2 x times speed up

This commit is contained in:
coderaiser 2015-06-10 12:28:02 -04:00
parent c9bbf0cf2b
commit d533a4259d
14 changed files with 9 additions and 8 deletions

4
tmpl/view/media.hbs Normal file
View file

@ -0,0 +1,4 @@
<div class="media">
<{{ type }} data-name="js-media" src="{{ src }}" controls autoplay></{{ type }}>
<p class="reduce-text"><strong>{{ name }}</strong></p>
</div>