YASnippet/publidoc-mode/publidoc_topic
author Coraline MARKWITZ
mar., 16 août 2016 18:02:17 +0200
changeset 433 25c3b6109823
parent 365 317036597359
permissions -rw-r--r--
parallax
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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