YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
sam., 29 août 2015 10:37:18 +0200
changeset 397 92b1431dc38d
parent 365 317036597359
permissions -rw-r--r--
Typo
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>