Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> liferay_ui["ratings"]  [in template "31911#31945#3187671" at line 19, column 25]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: @liferay_ui["ratings"] className="com...  [in template "31911#31945#3187671" at line 19, column 23]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8 <#assign contentId = .vars['reserved-article-id'].data?number> 
9 
10<div class="sb-faqs-details"> 
11    <div class="sb-faqs-details-container"><a class="arrow" href="javascript: history.go(-1)">Volver</a> 
12        <div class="sb-faqs-details-data"> 
13            <h2 class="sb-faqs-details-data-title">${Titulo.getData()}</h2> 
14            <p class="sb-faqs-details-data-description">${Body.getData()} </p>  
15            <#if (Imagen1mvf.getData())?? && Imagen1mvf.getData() != ""> <img class="sb-faqs-details-data-image" alt="${Imagen1mvf.getAttribute("alt")}" data-fileentryid="${Imagen1mvf.getAttribute("fileEntryId")}" src="${Imagen1mvf.getData()}" /> </#if> 
16            <div class="sb-faqs-details-data-question"> 
17                <p>¿Te ha resultado útil esta página?</p> 
18                <ul class="sb-faqs-details-data-question-options"> 
19                      <@liferay_ui["ratings"] 
20                        className='com.liferay.portlet.journal.model.JournalArticle' 
21                        classPK=contentId 
22                        type='thumbs' 
23                    />   
24                </ul> 
25                 
26            </div> 
27        </div> 
28    </div> 
29</div> 
30<style> 
31 
32#breadcrumbs{ 
33    display:none; 
34
35</style> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> liferay_ui["ratings"]  [in template "31911#31945#3187671" at line 19, column 25]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: @liferay_ui["ratings"] className="com...  [in template "31911#31945#3187671" at line 19, column 23]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8 <#assign contentId = .vars['reserved-article-id'].data?number> 
9 
10<div class="sb-faqs-details"> 
11    <div class="sb-faqs-details-container"><a class="arrow" href="javascript: history.go(-1)">Volver</a> 
12        <div class="sb-faqs-details-data"> 
13            <h2 class="sb-faqs-details-data-title">${Titulo.getData()}</h2> 
14            <p class="sb-faqs-details-data-description">${Body.getData()} </p>  
15            <#if (Imagen1mvf.getData())?? && Imagen1mvf.getData() != ""> <img class="sb-faqs-details-data-image" alt="${Imagen1mvf.getAttribute("alt")}" data-fileentryid="${Imagen1mvf.getAttribute("fileEntryId")}" src="${Imagen1mvf.getData()}" /> </#if> 
16            <div class="sb-faqs-details-data-question"> 
17                <p>¿Te ha resultado útil esta página?</p> 
18                <ul class="sb-faqs-details-data-question-options"> 
19                      <@liferay_ui["ratings"] 
20                        className='com.liferay.portlet.journal.model.JournalArticle' 
21                        classPK=contentId 
22                        type='thumbs' 
23                    />   
24                </ul> 
25                 
26            </div> 
27        </div> 
28    </div> 
29</div> 
30<style> 
31 
32#breadcrumbs{ 
33    display:none; 
34
35</style>