All website share a common document structure. The minimal markup is as follows.
Create a document in Sublime called template.html using this markup.
<!Doctype html>
<html>
<head>
<meta charset="utf-9">
<title>Your Title Here</title>
</head>
<body>
Page content goes here.
</body>
</html>
Be sure to save it with the .HTML file extension (i.e., template.html).
Save it in the Template subfolder of the Class folder you have created in your Dropbox (as shown below).