# Front page configuration
Spinta's HTML pages (all pages that extend the `base.html` template) display
a notice at the top — for example, a message telling users that the platform
is under active development, or any other piece of information that should be
visible everywhere. This notice is configurable.
## Configuration option
The notice text is stored in the `texts.front_page_warning` option. The value
is read from your `config.yml`; if it is not set there, Spinta falls back to
the default defined in `spinta/config.py`.
```yaml
texts:
front_page_warning: |
**Heads up!** The platform is currently under active development.
```
## Markdown syntax
The notice is written in [Markdown](https://commonmark.org/help/). It is
converted to HTML and then sanitized for safety, so values coming from
external or untrusted sources are safe to use — any dangerous HTML
(`