mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
16 lines
711 B
Plaintext
16 lines
711 B
Plaintext
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
|
|
<footer>
|
|
<div class="footer">
|
|
<div class="container-fluid">
|
|
<span class="pull-right">
|
|
<a href="#top">Back to top</a>
|
|
</span>
|
|
{%- if _appFooter -%}
|
|
{{_appFooter}}
|
|
{%- else -%}
|
|
<span>Radzen Blazor Components, © 2018-2026 Radzen. <a href="https://github.com/radzenhq/radzen-blazor" target="_blank">Source Code</a> licensed under <a href="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE" target="_blank">MIT</a></span>
|
|
{%- endif -%}
|
|
</div>
|
|
</div>
|
|
</footer>
|