mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-10 21:36:00 +10:00
10 lines
217 B
HTML
10 lines
217 B
HTML
<@ extends "api/object.template.html" @>
|
|
|
|
<@ block related_components @>
|
|
<@ if doc.serviceDoc -@>
|
|
<li>
|
|
<a href="<$ doc.serviceDoc.path $>">- <$ doc.serviceDoc.name $></a>
|
|
</li>
|
|
<@- endif @>
|
|
<@ endblock @>
|