21 lines
534 B
PHP
21 lines
534 B
PHP
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<?php include $g['dir_layout'].'/_includes/_import.head.php' ?>
|
|
</head>
|
|
<body class="rb-layout-docs">
|
|
|
|
<?php include $g['dir_layout'].'/_includes/header.php' ?>
|
|
|
|
<main role="main" class="container px-0 rb-article">
|
|
<article class="document mb-3">
|
|
<?php include __KIMS_CONTENT__ ?>
|
|
</article>
|
|
</main><!-- /.container -->
|
|
|
|
<?php include $g['dir_layout'].'/_includes/component.php' ?>
|
|
<?php include $g['dir_layout'].'/_includes/_import.foot.php'?>
|
|
|
|
</body>
|
|
</html>
|