HTML Minimal Template
HTML minimal template for quick reference.
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Source: W3Schools
Comments are configured with provider: disqus, but are disabled in non-production environments.