mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-10 19:27:23 +08:00
12 lines
423 B
Text
Vendored
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>
|