Files
revel-cmd/skeleton/app/views/footer.html
NotZippy f4fb2ec091 Enhancements to Revel command
Reformat of code
Allow user to use a mix of command line arguments and flags
Enhance the import tool to detect missing packages in the modules side
Added test cases for all commands
2018-09-30 10:08:11 -07:00

6 lines
78 B
HTML

{{if .DevMode}}
{{template "debug.html" .}}
{{end}}
</body>
</html>