mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
6 lines
No EOL
180 B
HTML
6 lines
No EOL
180 B
HTML
<template name="user_posts">
|
|
<div class="user-profile-posts grid grid-module">
|
|
<h3>{{_ "submitted_posts"}}</h3>
|
|
{{> posts_list_controller arguments}}
|
|
</div>
|
|
</template> |