Add an include tag

This commit is contained in:
Kyle Fuller
2014-12-29 00:18:58 +00:00
parent 1989c20932
commit fa34c2a98e
7 changed files with 162 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import PathKit
// A class for loading a template from disk
public class TemplateLoader {
let paths:[Path]
public let paths:[Path]
public init(paths:[Path]) {
self.paths = paths