YASnippet/publidoc-mode/publidoc_title
author iinov
mar., 08 sept. 2020 13:25:11 +0200
changeset 481 bb1c88842f0c
parent 365 317036597359
permissions -rw-r--r--
Liste alpha
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>