# -*- mode: snippet -*-
|
|
# contributor : Anders Bach Nielsen <abachn@abachn.net>
|
|
# name:<form method="..." action="..."></form>
|
|
# --
|
|
<form method="$1" action="$2">
|
|
$0
|
|
</form>
|