YASnippet/publidoc-mode/publidoc_topic
author Coraline MARKWITZ
jeu., 21 avril 2016 12:02:13 +0200
changeset 413 562ba8e81a86
parent 365 317036597359
permissions -rw-r--r--
ajout blanks-media
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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