view.hbs 185 B

12345678
  1. <script setup lang="ts">
  2. import { ContentWrap } from '@/components/ContentWrap'
  3. </script>
  4. <template>
  5. <ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
  6. </template>