github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/plop/view/view.hbs (about) 1 <script setup lang="ts"> 2 import { ContentWrap } from '@/components/ContentWrap' 3 </script> 4 5 <template> 6 <ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap> 7 </template>