YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
mer., 29 juin 2016 14:55:53 +0200
changeset 424 0c622a109d2f
parent 365 317036597359
permissions -rw-r--r--
Correction adresse
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>