From 94d2fc1815a919734353c942f224db1de4b4fcb8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 7 Mar 2011 09:04:49 +0100 Subject: Django, org * Added nxhtml, mostly for django support. * Changed some org settings. --- .../nxhtml/tests/in/ch-2008-07-25-test.html.erb | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb (limited to 'emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb') diff --git a/emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb b/emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb new file mode 100644 index 0000000..92b76fa --- /dev/null +++ b/emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb @@ -0,0 +1,37 @@ + +<% @meta_keywords ||= nil -%> +<% @meta_description ||= nil -%> + + + + + <% unless @meta_keywords.blank? -%> + + <% end -%> + <% unless @meta_description.blank? -%> + + <% end -%> + <%= @page_title.blank? ? "Mysite" : "#{@page_title} : Mysite" %> + <%= stylesheet_link_tag 'global', 'sem', :media => 'all' %> + + +
+
+ +
+ <%= yield %> +
+ + This text is in the wrong place, but you have to apply a + schema to get it marked as invalid. + <%= yield %> +
+ +
<%# container %> +
<%# shadow %> + + <% if live_site? %> + <%= render(:partial => 'shared/google_analytics') %> + <% end %> + -- cgit v1.2.3-54-g00ecf