YASnippet/publidoc-mode/publidoc_title
author iinov
mar., 23 oct. 2018 18:39:42 +0200
changeset 467 cdd0ecddb961
parent 365 317036597359
permissions -rw-r--r--
Titre
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>