YASnippet/publidoc-mode/publidoc_topic
author iinov
ven., 23 nov. 2018 08:35:38 +0100
changeset 474 a876d2b65e0e
parent 365 317036597359
permissions -rw-r--r--
Ajout memory
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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