I am writing my posts in jekyll in html. I cannot seem to figure out how to specify layout fro the post. What is the html equivalent of this markdown header
---
layout: post
---
You do the same thing in HTML files (and any files) to specify a layout to use.