YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
mer., 06 mai 2015 12:13:51 +0200
changeset 377 84bb0ada6bee
parent 365 317036597359
permissions -rw-r--r--
Ajout d'une note
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>