You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
207 B
HTML
11 lines
207 B
HTML
|
5 years ago
|
<script type="text/x-template">
|
||
|
|
<article>
|
||
|
|
<h2>{{title}}</h2>
|
||
|
|
<p>{{description}}</p>
|
||
|
|
</article>
|
||
|
|
</script>
|
||
|
|
<script type="text/x-template">
|
||
|
|
article
|
||
|
|
h2 {{title}}
|
||
|
|
p {{description}}
|
||
|
|
</script>
|