YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
lun., 10 oct. 2016 12:25:33 +0200
changeset 436 e0506760c16d
parent 365 317036597359
permissions -rw-r--r--
ajout nowrap
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>