YASnippet/publidoc-mode/publidoc_topic
author Coraline MARKWITZ
mer., 02 déc. 2015 16:26:05 +0100
changeset 402 de00a458739d
parent 365 317036597359
permissions -rw-r--r--
changement pip vers mip
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

  <section>
    <p>
      $0
    </p>
  </section>
</topic>