Now add the following at the top of your `Homepage.mustache` file:
```
{{#menuItems}}
<ahref="{{ href }}">{{ text }}</a><br>
{{/menuItems}}
```
Now if you navigate to your homepage, you should see a link at the top.
So far so good. But now we realize that we want to reuse this code snippet on every page. We could create a separate file and include it every time, but there is a better solution.