YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
dim., 26 nov. 2017 15:37:05 +0100
changeset 448 9bc794bf36b0
parent 365 317036597359
permissions -rw-r--r--
Jeu de cartes mémoire
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>