YASnippet/publidoc-mode/publidoc_title
author Patrick PIERRE
sam., 29 août 2015 10:55:13 +0200
changeset 398 049ab5fcca81
parent 365 317036597359
permissions -rw-r--r--
Correction date
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>