YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
lun., 08 févr. 2016 18:46:23 +0100
changeset 408 1a15898c8611
parent 365 317036597359
permissions -rw-r--r--
text prerempli production
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>