YASnippet/publidoc-mode/publidoc_title
author iinov
mer., 07 nov. 2018 16:51:10 +0100
changeset 468 6b322a48536c
parent 365 317036597359
permissions -rw-r--r--
Attribut 'is' optionnel
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>