<!DOCTYPE html>
<html>
<head>
<title>Judul Website</title>
</head>
<body>
<div class="wrapper">
<header>HEADER</header>
<section>
<article>CONTENT</article>
<aside>SIDEBAR</aside>
</section>
<footer>FOOTER</footer>
</div>
</body>
</html>