YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
dim., 05 mars 2017 12:43:44 +0100
changeset 444 34e00c6a3829
parent 365 317036597359
permissions -rw-r--r--
Ajout de photographer
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>