YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
sam., 11 avril 2015 13:05:46 +0200
changeset 373 ce827f502878
parent 365 317036597359
permissions -rw-r--r--
Transfert CALS dans un topic
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>