YASnippet/publidoc-mode/publidoc_title
author iinov
mar., 16 oct. 2018 22:37:01 +0200
changeset 463 4a7e62074e60
parent 365 317036597359
permissions -rw-r--r--
Dictée
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>