mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
<%_ if (locals.customCssUrl) { _%>
|
|
<link href="<%= customCssUrl %>" rel="stylesheet" type="text/css">
|
|
<%_ } _%>
|
|
<%_ if (data != null) { _%>
|
|
<script id="data" type="application/json"><%- JSON.stringify(data) %></script>
|
|
<%_ } _%>
|
|
<base href="<%= BASE_URL %>"/> |