YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
mar., 17 avril 2018 17:10:31 +0200
changeset 455 42b6a1e9cea4
parent 365 317036597359
permissions -rw-r--r--
2018
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>