Im really new to ocms, I have installed static pages and its working really good. I want to edit the fields from the front page (in context editing) with one of the plugins, this for example: https://octobercms.com/plugin/netsti-editor I have dragged to my layout page, but I can't edit this in the front page. this is an example how I use the static page plugin:
<img src="{mediafinder name="logo" label="Logo" tab="General" mode="image"}{/mediafinder}" />
{repeater name="side_logos" tab="General" prompt="Add another content section"} {text name="my_title" label="My Title"}{/text} {/repeater}
Thanks