{{#if template}}
<template>
<div></div>
</template>
{{/if}}
{{#if script}}
<script setup lang="ts">
</script>
{{#if style}}
<style lang="less" scoped>
</style>