discourse/templates/githubgist.mustache
2014-11-27 23:30:41 -02:00

12 lines
423 B
Text
Vendored

<h4><a href="{{link}}" target="_blank">{{link}}</a></h4>
{{#gist_files}}
<h5>{{filename}}</h5>
<pre><code class='{{language}}'>{{content}}</code></pre>
{{#truncated?}}This file has been truncated. <a href="{{link}}" target="_blank">show original</a>{{/truncated?}}
{{/gist_files}}
<p>
{{#truncated_files?}}
There are more than three files. <a href="{{link}}" target="_blank">show original</a>
{{/truncated_files?}}
</p>