12 lines
312 B
HTML
12 lines
312 B
HTML
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
|
<section id="mysection1" contenteditable="true">
|
|
|
|
|
|
<h1>__(MyContainerTitle)__</h1>
|
|
<h2>__(MyContainerTitle2)__</h2>
|
|
<p>
|
|
__(WEBPAGE_CONTENT)__
|
|
</p>
|
|
|
|
</section>
|