mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
First commit
This commit is contained in:
1
core/setup/testdata/blog/first_post.md
vendored
Normal file
1
core/setup/testdata/blog/first_post.md
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Test h1
|
||||
1
core/setup/testdata/header.html
vendored
Normal file
1
core/setup/testdata/header.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<h1>Header title</h1>
|
||||
10
core/setup/testdata/tpl_with_include.html
vendored
Normal file
10
core/setup/testdata/tpl_with_include.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{.Doc.title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{.Include "header.html"}}
|
||||
{{.Doc.body}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user