mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
20 lines
226 B
PHP
20 lines
226 B
PHP
|
@include('layout.head')
|
||
|
|
||
|
<body>
|
||
|
|
||
|
@dynamicContent('hunter')
|
||
|
|
||
|
@include('layout.header')
|
||
|
|
||
|
@sectionContent('hunter.section.1')
|
||
|
|
||
|
@include('layout.footer')
|
||
|
|
||
|
@include('layout.dependency')
|
||
|
|
||
|
@include('layout.script')
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|