---
import ##LAYOUT_NAME## from '@layouts/##LAYOUT_PATH##';

import './##CONTENT_NAME##.scss';
---
<##LAYOUT_NAME##>
  <!-- Insert page content here -->
  
  <script>
    import './##CONTENT_NAME##';
  </script>
</##LAYOUT_NAME##>
