YASnippet/publidoc-mode/publidoc_title
author Coraline MARKWITZ
mar., 16 août 2016 18:02:17 +0200
changeset 433 25c3b6109823
parent 365 317036597359
permissions -rw-r--r--
parallax
# -*- mode: snippet; -*-
# name: <head><title>
# key: <tit=
# --
<head>
  <title>$0</title>
</head>