---
title: Introduction
priority: 1
---
# Introduction
This is the default page for your website. Notice the "frontmatter" block in the source code above (shown in the source code block below as well)? That's where you can specify any custom attributes that you want to have available in the template. They won't do anything unless the template is looking for them.
```yaml
 ---
 title: Introduction
 ---
```
