8 lines
199 B
Handlebars
8 lines
199 B
Handlebars
{{#if slug}}
|
|
<div id="repo">
|
|
<span class="not-found">The repository at {{slug}} was not found.</span>
|
|
</div>
|
|
{{else}}
|
|
<p>There was an error while loading data, please try again</p>
|
|
{{/if}}
|