Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

19 rader
409 B

4 år sedan
<template name="mainLayout">
<head>
<title>myapp</title>
</head>
<body>
4 år sedan
<!-- {{> loginButtons}}-->
{{> atNavButton}}
4 år sedan
<h1>Welcome to Meteor!</h1>
<a href="{{pathFor "mainItem"}}">test url</a>
{{> hello}}
{{> yield}}
</body>
</template>
<template name="hello">
<button>Click Me</button>
<p>You've pressed the button {{counter}} times.</p>
</template>