YASnippet/publidoc-mode/publidoc_topic
author Patrick PIERRE
mar., 21 avril 2015 18:13:54 +0200
changeset 376 1434bae63b20
parent 365 317036597359
permissions -rw-r--r--
Ajout de l'attribut 'success'
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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