update inbox list
This commit is contained in:
9
vendor/scrivo/highlight.php/test/detect/htmlbars/default.txt
vendored
Normal file
9
vendor/scrivo/highlight.php/test/detect/htmlbars/default.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="entry">
|
||||
{{!-- only output this author names if an author exists --}}
|
||||
{{#if author}}
|
||||
{{#playwright-wrapper playwright=author action=(mut author) as |playwright|}}
|
||||
<h1>{{playwright.firstName}} {{playwright.lastName}}</h1>
|
||||
{{/playwright-wrapper}}
|
||||
{{/if}}
|
||||
{{yield}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user