YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
jeu., 14 avril 2016 17:33:15 +0200
changeset 411 33de269dd273
parent 365 317036597359
permissions -rw-r--r--
Simplification
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>