YASnippet/publidoc-mode/publidoc_topic
author Prismallia
jeu., 13 août 2015 16:18:55 +0200
changeset 392 6986de89e5d1
parent 365 317036597359
permissions -rw-r--r--
Sauvegarde automatique
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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