2023-06-15 01:41:54 +07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>$(vars(:title))</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta property="og:title" content="$(vars(:title))">
|
|
|
|
<meta property="og:description" content="$(vars(:description))">
|
|
|
|
<meta property="og:type" content="website">
|
2023-07-04 18:38:42 +07:00
|
|
|
<meta property="og:image" content="/img/common/flag.png">
|
2023-06-15 01:41:54 +07:00
|
|
|
<meta property="og:url" content="">
|
2023-06-24 04:39:41 +07:00
|
|
|
<link rel="icon" type="image/png" href="/favicon.png"/>
|
2023-06-15 01:41:54 +07:00
|
|
|
|
|
|
|
<!--Load libraries-->
|
|
|
|
|
|
|
|
<!--Load fonts-->
|
|
|
|
|
|
|
|
<!--Load CSS-->
|
|
|
|
|
|
|
|
<!--Load components-->
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--<loadscreen-component></loadscreen-component>-->
|
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
<navbar-component></navbar-component>
|
|
|
|
|
|
|
|
<%@yield%>
|
|
|
|
|
|
|
|
<footer-component></footer-component>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|