ln.templates/ln.templates.test/__templates__/templates/test_meta.html

15 lines
228 B
HTML

<html>
<body>
<h1>m</h1>
<template v-for:k="m">
{{ k }}
{{ k.Key }} => {{ k.Value }}
</template>
<h1>o</h1>
<template v-for:k="o">
{{ k }}
{{ k.Key }} => {{ k.Value }}
</template>
</body>
</html>