You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 rivejä
235 B

  1. {{define "Head"}}{{template "PkgCmdHeader" $}}{{end}}
  2. {{define "Body"}}
  3. {{template "ProjectNav" $}}
  4. <h2>Command {{$.pdoc.PageName}}</h2>
  5. {{$.pdoc.Doc|comment}}
  6. {{template "PkgFiles" $}}
  7. {{template "PkgCmdFooter" $}}
  8. {{end}}