[[POST TITLE — descriptive placeholder, e.g. 'My First Post']]
[[OPENING PARAGRAPH — Replace this with your introductory text.]]
[[SUBHEADING 1 — Replace this with your first h2 subheading]]
[[BODY PARAGRAPH — Replace this with your content under the first subheading.]]
[[BLOCKQUOTE — Replace this with an inspiring or important quote you want to highlight.]]
[[SUBHEADING 2 — Replace this with an h3 subheading]]
[[BODY PARAGRAPH — Replace this with more content.]] You can also include some [[INLINE CODE EXAMPLES — replace with a short inline code snippet]].
// [[FENCED CODE BLOCK — Replace this with your code example]]
const sayHello = () => {
console.log('Hello world!');
};
[[CLOSING PARAGRAPH — Replace this with your concluding thoughts.]]