Welcome to Vapid. This is an example page, to help you get started and understand the basics.

To begin, create two tags anywhere in the HTML of this page:

<h1 vp-text="title"></h1>
<div vp-richtext="body"></div>

The vp- attributes you see tell Vapid two things: 1) what type of content you'd like placed inside of the tag (e.g. vp-richtext); and 2) what you'd like to name the variable (e.g. body).

Now visit the dashboard to see how you can edit content.