YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
mar., 12 juil. 2016 17:58:20 +0200
changeset 425 730c4c305545
parent 365 317036597359
permissions -rw-r--r--
maj glossary
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>