YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
mer., 17 août 2016 17:29:13 +0200
changeset 434 8a0af445525a
parent 365 317036597359
permissions -rw-r--r--
supp parallax
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>