YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
ven., 20 nov. 2015 12:25:50 +0100
changeset 399 2d5292b74e59
parent 365 317036597359
permissions -rw-r--r--
Ajout de l'attribut argument
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>