このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
copyvios
ミラー元
https://github.com/earwig/copyvios
ウォッチ
1
スター
1
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
Testing a very simple template system
pull/24/head
Ben Kurtovic
13年前
親
6137b2b66b
コミット
2c038ee05c
3個のファイルの変更
、
10行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-1
pages/index.mako
+2
-0
support/footer.mako
+5
-0
support/header.mako
+ 3
- 1
pages/index.mako
ファイルの表示
@@ -1 +1,3 @@
Hello World!
<%include file="header.mako" args="title='Index Page'"/>
<p>Earwig!</p>
<%include file="footer.mako"/>
+ 2
- 0
support/footer.mako
ファイルの表示
@@ -0,0 +1,2 @@
</body>
</html>
+ 5
- 0
support/header.mako
ファイルの表示
@@ -0,0 +1,5 @@
<html>
<head>
<title>${title}</title>
</head>
<body>
書き込み
プレビュー
読み込み中…
キャンセル
保存