# Static content pages

## <span class="mw-headline" id="bkmrk-option-1%3A-dashboard--1">Option 1: Dashboard page</span>

Dashboard pages are preferred as you can easily control access via groups

1. Add a new dashboard
2. Add a widget in the dashboard 
    - Choose type HTML
    - Copy/paste HTML code into content
    - Set width to 12 (full width)

## <span class="mw-headline" id="bkmrk-option-2%3A-using-a-co-1">Option 2: Using a codeunit</span>

Make a call to one of the static page codeunits

```
main?command=dk.p2e.blanket.codeunit.common.PageStaticContent
```

```
main?command=dk.p2e.blanket.codeunit.common.PageStaticContentNoMenu
```

Page content can be configured in: Modules &gt; Static content