mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As a move to reduce PRs toward AIO we drop the edit button and recommend users to use ADEV instead and make suggestions there. PR Close #54204
12 lines
No EOL
453 B
HTML
12 lines
No EOL
453 B
HTML
{% import "lib/githubLinks.html" as github -%}
|
|
|
|
{% set relativePath = doc.fileInfo.relativePath %}
|
|
{% if doc.title %}{$ ('# ' + doc.title.trim()) | marked $}{% endif %}
|
|
{% if '/' in relativePath or 'docs.md' in relativePath %}
|
|
{% endif %}
|
|
{% block content %}
|
|
<div class="content">
|
|
{$ doc.description | marked $}
|
|
{% if doc.reviewed %}<div class="reviewed">Last reviewed on {$ doc.reviewed.date.toDateString() $}</div>{% endif %}
|
|
</div>
|
|
{% endblock %} |