YASnippet/publidoc-mode/publidoc_topic
author Patrick PIERRE
mar., 14 juil. 2015 11:42:14 +0200
changeset 390 dd2d8054885e
parent 365 317036597359
permissions -rw-r--r--
Ajout d'un document
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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