Initial version of education content #90

Merged
bvisness merged 23 commits from education into master 2022-09-10 16:29:59 +00:00
1 changed files with 0 additions and 9 deletions
Showing only changes of commit e71bd6f838 - Show all commits

View File

@ -1,9 +0,0 @@
package website
func LibraryNotPortedYet(c *RequestContext) ResponseData {
baseData := getBaseData(c, "Library", nil)
var res ResponseData
res.MustWriteTemplate("library_not_ported_yet.html", baseData, c.Perf)
return res
}