8 lines
168 B
HTML
8 lines
168 B
HTML
<template name="atError">
|
|
<div class="at-error" horizontal center-justified layout>
|
|
{{#each error}}
|
|
<p>{{errorText}}</p>
|
|
{{/each}}
|
|
</div>
|
|
</template>
|