YASnippet/publidoc-mode/publidoc_topic
author iinov
mer., 07 nov. 2018 16:51:10 +0100
changeset 468 6b322a48536c
parent 365 317036597359
permissions -rw-r--r--
Attribut 'is' optionnel
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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