HTML Snippets

HTML Snippets of default Plone elements to copy into your static theme template.

Basic HTML template

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
  <title>Plone OpenSource CMS auf Basis von Python und Zope</title>
  <meta name="viewport" content="width=device-width" />
</head>
<body>
<div id="visual-portal-wrapper">

  <!-- Plone header -->

  <!-- Plone body -->

  <!-- Plone footer -->

</div>
</body>
</html>