Skip to content

Commit e4e133f

Browse files
committed
fixed ticks
1 parent b2aef1d commit e4e133f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Sub-templates should follow the same naming convention. Mustache will pass the v
5959

6060
/views/elements/posts/post.mustache:
6161

62-
'''mustache
62+
```mustache
6363
{{#Post}}
6464
<h2>{{title}}</h2\>
6565
<div>
@@ -69,7 +69,7 @@ Sub-templates should follow the same naming convention. Mustache will pass the v
6969
{{#Comment}}
7070
{{>post/comment}}
7171
{{/Comment}}
72-
'''
72+
```
7373

7474
/views/elements/posts/comment.mustache:
7575

0 commit comments

Comments
 (0)