YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
lun., 08 févr. 2016 18:40:38 +0100
changeset 407 3c439435e472
parent 365 317036597359
permissions -rw-r--r--
production preremplie
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>