Update examples for v2.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
class InvertedSection extends Mustache {
|
||||
class InvertedSection {
|
||||
public $repo = array();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
{{#repo}}<b>{{name}}</b>{{/repo}}
|
||||
{{^repo}}No repos :({{/repo}}
|
||||
{{#repo}}
|
||||
<b>{{name}}</b>
|
||||
{{/repo}}
|
||||
{{^repo}}
|
||||
No repos :(
|
||||
{{/repo}}
|
||||
@@ -1 +1 @@
|
||||
No repos :(
|
||||
No repos :(
|
||||
|
||||
Reference in New Issue
Block a user