Vulcan/packages/custom/lib/client/templates/hello.html

3 lines
89 B
HTML
Raw Normal View History

2015-05-11 12:39:32 +09:00
<template name="hello">
<h2 class="custom-hero-banner">Hello {{name}}!</h2>
</template>