YASnippet/publidoc-mode/publidoc_topic
author Patrick PIERRE
sam., 29 août 2015 10:55:13 +0200
changeset 398 049ab5fcca81
parent 365 317036597359
permissions -rw-r--r--
Correction date
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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