This commit is contained in:
Jaybe
2025-03-05 14:02:29 +09:00
commit 247a7808d3
357 changed files with 161196 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?=$this->extend('templates/front_example.php');?>
<?=$this->section('content');?>
<!--html 쓰는곳-->
<?=$this->endSection();?>
<?=$this->section('script');?>
<script>
//스크립트 쓰는곳
</script>
<?=$this->endSection();?>