YASnippet/publidoc-mode/publidoc_title
author Claire MOULS <claire.mouls@prismallia.fr>
mar., 19 mai 2015 17:25:05 +0200
changeset 379 f19169277267
parent 365 317036597359
permissions -rw-r--r--
Ajout de l'attribut 'shuffle'
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>