Skip to content

Instantly share code, notes, and snippets.

@tomyhero
Created December 29, 2010 02:03
Show Gist options
  • Save tomyhero/758050 to your computer and use it in GitHub Desktop.
Save tomyhero/758050 to your computer and use it in GitHub Desktop.
</div><!-- /mainContent -->
[% WRAPPER 'footer.inc' INTO footer_content %]
<script>
function myJsRun(){}
myJsRun();
</script>
[% END %]
---- とりあえず現在はこうしてる...
</div><!-- /mainContent -->
[% MACRO footer_content_block BLOCK -%]
<script>
function myJsRun(){}
myJsRun();
</script>
[% END %]
[% INCLUDE 'footer.inc' WITH
footer_content = footer_content_block()
%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment