YASnippet/publidoc-mode/publidoc_topic
author iinov
ven., 08 févr. 2019 13:20:42 +0100
changeset 477 aec75d22af43
parent 365 317036597359
permissions -rw-r--r--
bug -> buck
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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