November 2018
Intermediate to advanced
404 pages
10h 16m
English
Now you can add more Leaf templates to the myJournal application:
//File: header.leaf<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><title>#(title)</title></head><body>
Similarly, following is a sample footer template:
// footer.leaf<hr><center>#(title) Application by #(author)</center></body></html>
// main.leaf#embed("header")<h1>#(title)</h1>Count: #(count)#embed("footer")
// journalroutes.swift ...
Read now
Unlock full access