[SOLVED] Using HTML for content pages instead of Markdown

Sorry, don’t know what repo (repository?), this is being tested only on a personal machine. Now the result using only ‘test.html’ in the content directory is a blank web browser page.

+++
title = "test"
date = "2017-12-29T12:15:02-00:00"
categories = [“test”]
tags = [“test”]
layout = “hyde-master”
+++
<!DOCTYPE HTML>
<html>
	<body>
	<h1>Welcome</h1>
	<p>test html content</p>
	</body>
</html>