doctype html
html
  head
    title= t("plugin:editors.pluginsdocumentation.title")
    link(rel="stylesheet",href="/styles/reset.css")
    link(rel="stylesheet",href="index.css")

  body
    nav
      h2= t("plugin:editors.pluginsdocumentation.title")
      ul

    iframe

    script(src="/SupCore.js")
    script(src="/SupClient.js")
    script(src="index.js")
