---
title: 'Another Test Post'
publishedAt: '2021-02-06'
summary: 'Another awesome post! This is the summary of our blog post! This is the summary of our blog post! This is the summary of our blog post!'
---

Welcome to another awesome blog post!

```javascript:hello.js
const hello = 'Hello, world!'
var x = 6

if (x > 5)
    console.log(hello)
```