mako customised template creation

17 views
Skip to first unread message

kiruba sunder

unread,
Apr 11, 2018, 11:58:18 AM4/11/18
to General Open edX discussion
<%inherit file="accomplishment-base.html" />
<%! from django.utils.translation import ugettext as _ %>
% if user.is_authenticated() and user.id == int(accomplishment_user_id):
<%include file="_accomplishment-banner.html" />
% endif
<%include file="_accomplishment-introduction.html" />
<%include file="_accomplishment-rendering.html" />
<div class="wrapper-about">
<aside role="complementary" class="about" aria-label="About edX Certificates">
<%include file="_about-edx.html" />
<%include file="_about-accomplishments.html" />
</aside>
</div> Hi friends I am trying to mimic the template(mako) but i have knowledge on html but not with the mako templates.Can anyone tell me how i can make it as a valid html mako template????
Reply all
Reply to author
Forward
0 new messages