YASnippet/publidoc-mode/publidoc_topic
author Marc HINDÉLAIBILE
sam., 29 août 2015 08:34:31 +0200
changeset 395 298c103795f4
parent 365 317036597359
permissions -rw-r--r--
Édition en ligne
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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