<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Awesome HTML5 site</title>
</head>
<body>
<div id="main">
<p>
And here is overriden contents of this block!
</p>
</div>
<div id="somethingelse">
<p>
This one shows how to use parent block's contents.
</p>
<p>
Foo.
</p>
</div>
</body>
</html>