YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
mar., 25 oct. 2016 16:09:21 +0200
changeset 438 f4ab39840020
parent 365 317036597359
permissions -rw-r--r--
ajout wordsearch
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>