<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Start Template</title>
@@include("../views/blocks/common/favicon.html")
<link rel="stylesheet" href="css/front-page.css" />
</head>
<body>
@@include("../views/blocks/common/header.html")
@@include("../views/blocks/front-page/section.html")
@@include("../views/blocks/common/footer.html")
<script src="js/front-page.min.js"></script>
</body>
</html>