init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?=$this->extend('templates/front_example.php');?>
|
||||
|
||||
<?=$this->section('content');?>
|
||||
<!--html 쓰는곳-->
|
||||
<?=$this->endSection();?>
|
||||
|
||||
<?=$this->section('script');?>
|
||||
<script>
|
||||
//스크립트 쓰는곳
|
||||
|
||||
</script>
|
||||
<?=$this->endSection();?>
|
||||
Reference in New Issue
Block a user